home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Sep 90 / MacApp.Tech$ 9⁄21⁄90 / 1999-RE2 RE2 OP++ Revisit-Sep90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.0 KB  |  28 lines  |  [TEXT/GEOL]

  1. Item    9296820                         16-Sept-90        00:52PDT
  2.  
  3. From:   D6020                           Info Research, John MacVeigh,PRT
  4.  
  5. To:     ARBOGAST                        KPMG Peat Marwick, C Arbogast,VCA
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    RE2:RE2: OP++ Revisited
  10.  
  11. Chris,
  12.  
  13. Well, the idea was simply to use a different syntax for declaring things PUBLIC
  14. and PRIVATE. Everything declared in "my" object's Interface section would be
  15. treated as though it had "your" object's PUBLIC keyword, and everything in the
  16. Implementation section would be treated as though it had the PRIVATE keyword.
  17.  
  18. My thinking was that it was more Pascal-like to use "Interface" and
  19. "Implementation", rather than add new keywords.
  20.  
  21. And yes, I've long thought that adding PUBLIC and PRIVATE would be relatively
  22. easy, since they would not affect code generation. But I suppose if they
  23. released a new version every time a single feature was added, we'd have to add
  24. a few more digits to the version numbering system.
  25.  
  26. --John MacVeigh
  27.  
  28.